home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGREG / TDLGREG.txt
Text File  |  2004-12-09  |  3KB  |  155 lines

  1. object dlgreg: Tdlgreg
  2.   Left = 277
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 262
  8.   ClientWidth = 327
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 313
  24.     Height = 217
  25.     Shape = bsFrame
  26.   end
  27.   object Label3: TLabel
  28.     Left = 24
  29.     Top = 176
  30.     Width = 289
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'If you are having problems please visit our support page at:'
  34.     WordWrap = True
  35.   end
  36.   object lblxequte: TLabel
  37.     Left = 24
  38.     Top = 194
  39.     Width = 200
  40.     Height = 13
  41.     Cursor = crHandPoint
  42.     Hint = 'http://www.xequte.com/'
  43.     Caption = 'http://www.xequte.com/support/keyhelp/'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clBlue
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsUnderline]
  49.     ParentFont = False
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     OnClick = lblxequteClick
  53.   end
  54.   object Label4: TLabel
  55.     Left = 24
  56.     Top = 152
  57.     Width = 202
  58.     Height = 13
  59.     Caption = 'Note: The serial number is case sensitive.  '
  60.   end
  61.   object Label1: TLabel
  62.     Left = 24
  63.     Top = 24
  64.     Width = 155
  65.     Height = 13
  66.     Caption = 'Please enter your e-mail address:'
  67.   end
  68.   object Label2: TLabel
  69.     Left = 24
  70.     Top = 88
  71.     Width = 150
  72.     Height = 13
  73.     Caption = 'Please enter your serial number:'
  74.   end
  75.   object btnCancel: TsitBitBtn
  76.     Left = 160
  77.     Top = 232
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'OK'
  81.     Default = True
  82.     TabOrder = 0
  83.     Images = frmMain.ImageList1
  84.     ImageIndex = 0
  85.   end
  86.   object BitBtn2: TsitBitBtn
  87.     Left = 240
  88.     Top = 232
  89.     Width = 75
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     ModalResult = 2
  94.     TabOrder = 1
  95.     Images = frmMain.ImageList1
  96.     ImageIndex = 1
  97.   end
  98.   object edtuser: TEdit
  99.     Left = 24
  100.     Top = 42
  101.     Width = 209
  102.     Height = 21
  103.     TabOrder = 2
  104.   end
  105.   object BitBtn1: TsitBitBtn
  106.     Left = 240
  107.     Top = 40
  108.     Width = 65
  109.     Height = 25
  110.     Hint = 'Paste from clipboard'
  111.     Caption = 'Paste'
  112.     ParentShowHint = False
  113.     ShowHint = True
  114.     TabOrder = 3
  115.     OnClick = BitBtn1Click
  116.     Images = frmMain.ilstButtons16
  117.     ImageIndex = 30
  118.   end
  119.   object edtpw: TEdit
  120.     Left = 24
  121.     Top = 106
  122.     Width = 209
  123.     Height = 21
  124.     TabOrder = 4
  125.   end
  126.   object BitBtn3: TsitBitBtn
  127.     Left = 240
  128.     Top = 104
  129.     Width = 65
  130.     Height = 25
  131.     Hint = 'Paste from clipboard'
  132.     Caption = 'Paste'
  133.     ParentShowHint = False
  134.     ShowHint = True
  135.     TabOrder = 5
  136.     OnClick = BitBtn1Click
  137.     Images = frmMain.ilstButtons16
  138.     ImageIndex = 30
  139.   end
  140.   object BitBtn4: TsitBitBtn
  141.     Left = 8
  142.     Top = 232
  143.     Width = 89
  144.     Height = 25
  145.     Caption = 'Load from File...'
  146.     TabOrder = 6
  147.     OnClick = BitBtn4Click
  148.   end
  149.   object OpenDialog1: TOpenDialog
  150.     Title = 'Open Xequte Registration File'
  151.     Left = 272
  152.     Top = 8
  153.   end
  154. end
  155.